Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.ui.keys.KeySequence

Packages that use KeySequence
org.eclipse.ui.commands   
org.eclipse.ui.keys   
 

Uses of KeySequence in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return KeySequence
 KeySequence IKeySequenceBinding.getKeySequence()
          Returns the key sequence represented in this binding.
 

Methods in org.eclipse.ui.commands with parameters of type KeySequence
 Map ICommandManager.getPartialMatches(KeySequence keySequence)
          TODO javadoc
 String ICommandManager.getPerfectMatch(KeySequence keySequence)
          TODO javadoc
 boolean ICommandManager.isPartialMatch(KeySequence keySequence)
          TODO javadoc
 boolean ICommandManager.isPerfectMatch(KeySequence keySequence)
          TODO javadoc
 

Uses of KeySequence in org.eclipse.ui.keys
 

Methods in org.eclipse.ui.keys that return KeySequence
static KeySequence KeySequence.getInstance()
          Gets an instance of KeySequence.
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Gets an instance of KeySequence given a key sequence and a key stroke.
static KeySequence KeySequence.getInstance(KeyStroke keyStroke)
          Gets an instance of KeySequence given a single key stroke.
static KeySequence KeySequence.getInstance(KeyStroke[] keyStrokes)
          Gets an instance of KeySequence given an array of key strokes.
static KeySequence KeySequence.getInstance(List keyStrokes)
          Gets an instance of KeySequence given a list of key strokes.
static KeySequence KeySequence.getInstance(String string)
          Gets an instance of KeySequence by parsing a given a formal string representation.
 

Methods in org.eclipse.ui.keys with parameters of type KeySequence
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Gets an instance of KeySequence given a key sequence and a key stroke.
 boolean KeySequence.endsWith(KeySequence keySequence, boolean equals)
          Returns whether or not this key sequence ends with the given key sequence.
 boolean KeySequence.startsWith(KeySequence keySequence, boolean equals)
          Returns whether or not this key sequence starts with the given key sequence.
 String IKeyFormatter.format(KeySequence keySequence)
          Format the given key sequence into a string.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.